From 25a8ad8bc9a52486df99dcb2cc46737f9d4fdbe0 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sat, 8 Aug 2015 10:48:50 -0600 Subject: [PATCH] minor type fix to styles doc. --- gpsbabel/xmldoc/chapters/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index a173306bf..b55e8fbf7 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -797,7 +797,7 @@ IFIELD UTM, "", "%s" # writes 6S 519045 3984035 -the easting is first by conven example: -IFIELD UTM_EASTING, "", "%.0ff" # outputs 519045 +IFIELD UTM_EASTING, "", "%.0f" # outputs 519045 -- 2.30.2